Interface CustomIO

All Superinterfaces:
IoEComponent, IPCObject, Port, Process
All Known Implementing Classes:
CustomIOImpl

public interface CustomIO extends IoEComponent
Information provided by the PKI file:

    \class CustomIO
    
    \brief CustomIO holds and manipulates the CustomIO on IoE devices.
    
Author:
Auto-generated
  • Method Details

    • getState

      boolean getState()
      Returns:
      boolean Returns a boolean
    • setState

      void setState(boolean state)
      Parameters:
      state - Takes in a parameter of state
    • toggleState

      void toggleState()